home *** CD-ROM | disk | FTP | other *** search
/ PC User 2004 August / Disc 1 / PCU0804CD1.iso / software / utils / files / diskt.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-05-24  |  1.4 KB  |  33 lines

  1. ;InnoSetupVersion=3.0.5
  2. [Setup]
  3. AppName=Disk and Registry Alert Trial
  4. AppVerName=Disk and Registry Alert Trial
  5. AppId=Disk and Registry Alert Trial
  6. DefaultDirName={pf}\Disk and Registry Alert Trial
  7. DefaultGroupName=Disk and Registry Alert Trial
  8. UninstallDisplayIcon={app}\showt.exe
  9. OutputBaseFilename=setup
  10. Compression=zip
  11. PrivilegesRequired=none
  12. WizardImageFile=embedded\WizardImage0.bmp
  13. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  14. [Files]
  15. Source: "{app}\showt.exe"; DestDir: "{app}"; 
  16. Source: "{app}\download.htm"; DestDir: "{app}"; 
  17. Source: "{app}\help.htm"; DestDir: "{app}"; 
  18. Source: "{app}\privacy3.gif"; DestDir: "{app}"; 
  19. Source: "{app}\buyn3.gif"; DestDir: "{app}"; 
  20. Source: "{app}\downl3.gif"; DestDir: "{app}"; 
  21. Source: "{app}\disclaim.txt"; DestDir: "{app}"; 
  22. Source: "{app}\uninstal.txt"; DestDir: "{app}"; 
  23. Source: "{app}\readme.txt"; DestDir: "{app}"; 
  24. [Run]
  25. Filename: "{app}\readme.txt"; Flags: shellexec 
  26. [Icons]
  27. Name: "{group}\Disk and Registry Alert Trial"; Filename: "{app}\showt.exe"; 
  28. Name: "{group}\More Software Downloads"; Filename: "{app}\download.htm"; 
  29. Name: "{group}\Help FAQ"; Filename: "{app}\help.htm"; 
  30. Name: "{group}\Disclaim"; Filename: "{app}\disclaim.txt"; 
  31. Name: "{group}\Uninstall Instructions"; Filename: "{app}\uninstal.txt"; 
  32. Name: "{userdesktop}\Disk and Registry Trial"; Filename: "{app}\showt.exe"; 
  33.